home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / rocketbike.swf / scripts / DefineSprite_165 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  111 b   |  6 lines

  1. if(_parent.mykind == null)
  2. {
  3.    _parent.mykind = random(_totalframes) + 2;
  4. }
  5. gotoAndStop(_parent.mykind);
  6.